<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ========== 始终让 Firefox 显示滚动条 start ========== */
html {overflow: -moz-scrollbars-vertical;overflow-x: hidden;}
/* ========== 始终让 Firefox 显示滚动条 end ========== */
/* ========== 设置body start ========== */
body {background: #f5f5f5;font-size: 14px;color: #333;min-width: 1340px;font-family: "Microsoft YaHei", "Gtpressura", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";}
/* ========== 设置body end ========== */
/* ========== 最小高度 start ========== */
.minH {min-height: 600px}
.minH250 {min-height: 250px;height: auto !important;height: 250px;}
.minH350 {min-height: 350px;height: auto !important;height: 350px;}
.minH450 {min-height: 450px;height: auto !important;height: 450px;}
/* ========== 最小高度 end ========== */
/* ========== 自定义页面间距 start ========== */
.h5 {clear: both;height: 5px;}
.h10 {clear: both;height: 10px;}
.h15 {clear: both;height: 15px;}
.h20 {clear: both;height: 20px;}
.h25 {clear: both;height: 25px;}
.h30 {clear: both;height: 30px;}
.h35 {clear: both;height: 35px;}
.h40 {clear: both;height: 40px;}
.h45 {clear: both;height: 45px;}
.h50 {clear: both;height: 50px;}
.h55 {clear: both;height: 55px;}
.h60 {clear: both;height: 60px;}
.h65 {clear: both;height: 65px;}
.h70 {clear: both;height: 70px;}
.h75 {clear: both;height: 75px;}
.h80 {clear: both;height: 80px;}
.h85 {clear: both;height: 85px;}
.h90 {clear: both;height: 90px;}
.h95 {clear: both;height: 95px;}
.h100 {clear: both;height: 100px;}
/* ========== 自定义页面间距 end ========== */
/* ========== 设置默认图 start ========== */
.default {background-color: #e5e5e5;background-image: url('../../common/images/default.png');background-repeat: no-repeat;background-position: center center;background-size: cover;}
/* ========== 设置默认图 end ========== */
/* ========== 规定页面内容区域宽度 start ========== */
.wrap {width: 1440px;clear: both;margin: 0 auto;}
/* ========== 规定页面内容区域宽度 end ========== */
/* ========== 设置滚动条 start ========== */
::-webkit-scrollbar {background: #eaeff2;}
::-webkit-scrollbar,
::-webkit-scrollbar-thumb {width: 8px;}
::-webkit-scrollbar-button {display: none;}
::-webkit-scrollbar-thumb {background: var(--themeColor);border-radius: 8px;}
::-webkit-scrollbar-corner {background: none;}
::-webkit-scrollbar:horizontal {height: 8px;}
/* ========== 设置滚动条 end ========== */

</pre></body></html>